home *** CD-ROM | disk | FTP | other *** search
/ Clickx 75 / Clickx 75.iso / software / expressionweb / expressionwebv3 / ExpressionWeb_en.exe / Setup / WeImp.cab / PsdImaging.dll / XML / SATURATIONEFFECT.XML < prev    next >
Encoding:
Extensible Markup Language  |  2009-07-15  |  506 b   |  12 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <effect label="SaturationEffect: adjust saturation">
  3.     <description>
  4.         SaturationEffect adjusts saturation (S channel in HSL color space).
  5.         The default SaturationAmount value that does not change the image is 1.
  6.         The value of 0 converts an image to grayscale.
  7.     </description>
  8.     <property name="SaturationAmount" type="float" default="1.0" label="Saturation amount">
  9.         <range min="0.0" max="4.0"/>
  10.     </property>
  11. </effect>
  12.